PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setLineDashPattern Method
Dash phase.
Dash pattern.
In This Topic
    setLineDashPattern Method
    In This Topic
    Sets the dash offset and pattern for stroke operations. Operator: d
    Syntax
    public void setLineDashPattern( 
       double dashPhase,
       double[] dashPattern
    )

    Parameters

    dashPhase
    Dash phase.
    dashPattern
    Dash pattern.
    See Also